<script>on mouseUpcheckHotTextend mouseUp------ SCRIPTS FOR PROCESSING ACTIVE TEXT ------on checkHotTextput the clickText into thePhraseif (thePhrase is empty) or (thePhrase is return)then exit checkHotTextput the clickChunk into theTextStuffput the textStyle of theTextStuff into theStyle-- Key off of grouped text:if (theStyle contains "group") thenset cursor to watchselect theTextStufflock screenput thePhrase into theCardgo card truncateName(theCard)end ifunlock screen with iris openend checkHotText</script>
</part>
<part>
<id>3</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>26</left>
<top>304</top>
<right>62</right>
<bottom>337</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>32462</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>New Button</name>
<script>on mouseUpgo to card id 18163end mouseUp</script>
</part>
<part>
<id>4</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>67</left>
<top>304</top>
<right>103</right>
<bottom>337</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>11045</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Home Button</name>
<script>on mouseUpvisual effect dissolve fastgo to card id 2915end mouseUp</script>
</part>
<part>
<id>5</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>107</left>
<top>305</top>
<right>143</right>
<bottom>338</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>9761</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>New Button</name>
<script>on mouseUppush this cardvisual effect iris opengo to card id 2104end mouseUp</script>
<script>on mouseUpvisual effect iris closego to next marked cardend mouseUp</script>
</part>
<part>
<id>16</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>149</left>
<top>304</top>
<right>190</right>
<bottom>336</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>19788</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>reference</name>
<script>on mouseUpget the visible of card field "Reference"if it thenhide card field "Reference"set icon of me to "Show ref"elseshow card field "Reference"set icon of me to "Hide ref"end ifend mouseUp</script>
</part>
<name></name>
<script>on openCardpush recent cardhide card field "Reference"set icon of bkgnd button "reference" to "Show ref"global sourceget number of this cardif it < 43then put 15 into sourceelseif it < 49then put 16 into sourceelseif it < 58then put 17 into sourceelseif it < 62then put 13 into sourceelseif it < 68then put 19 into sourceelseif it < 69then put 21 into sourceelseif it < 79then put 18 into sourceelseif it < 85then put 14 into sourceend ifend ifend ifend ifend ifend ifend ifend openCardon hideset icon of bkgnd button "reference" to "Show ref"pass hideend hide</script>